home *** CD-ROM | disk | FTP | other *** search
/ Hyper Stacks 1994 May / Hyper Stacks (Pacific HiTech)(1994)[Mac].iso / Reference / Graphnet / background_2777.txt < prev    next >
Encoding:
Text File  |  1988-03-28  |  1.8 KB  |  97 lines

  1. -- background: 2777 from stack: in
  2. -- bmap block id: 4588
  3. -- flags: 4000
  4. -- background id: 0
  5. -- name: Graphnet Home Card
  6. ----- HyperTalk script -----
  7. on openStack
  8.   hide message box
  9.   show menuBar
  10.   pass openStack
  11. end openStack
  12.  
  13. on idle
  14.   put the Time into card field "time"
  15.   put the date into card field "date"
  16. end idle
  17.  
  18.  
  19.  
  20.  
  21. -- part 8 (button)
  22. -- low flags: 00
  23. -- high flags: 0000
  24. -- rect: left=256 top=298 right=321 bottom=281
  25. -- title width / last selected line: 0
  26. -- icon id / first selected line: 1013 / 1013
  27. -- text alignment: 1
  28. -- font id: 0
  29. -- text size: 12
  30. -- style flags: 0
  31. -- line height: 16
  32. -- part name: Next
  33. ----- HyperTalk script -----
  34. on mouseUp
  35.   go to next card
  36. end mouseUp
  37.  
  38.  
  39.  
  40. -- part 9 (button)
  41. -- low flags: 00
  42. -- high flags: 0000
  43. -- rect: left=228 top=298 right=321 bottom=254
  44. -- title width / last selected line: 0
  45. -- icon id / first selected line: 1014 / 1014
  46. -- text alignment: 1
  47. -- font id: 0
  48. -- text size: 12
  49. -- style flags: 0
  50. -- line height: 16
  51. -- part name: Prev
  52. ----- HyperTalk script -----
  53. on mouseUp
  54.   go to prev card
  55. end mouseUp
  56.  
  57.  
  58.  
  59. -- part 16 (button)
  60. -- low flags: 00
  61. -- high flags: A003
  62. -- rect: left=372 top=286 right=308 bottom=472
  63. -- title width / last selected line: 0
  64. -- icon id / first selected line: 0 / 0
  65. -- text alignment: 1
  66. -- font id: 0
  67. -- text size: 12
  68. -- style flags: 0
  69. -- line height: 16
  70. -- part name: systemMEMO's
  71. ----- HyperTalk script -----
  72. on mouseUp
  73.   go to stack "Address"
  74. end mouseUp
  75.  
  76.  
  77.  
  78.  
  79. -- part 22 (button)
  80. -- low flags: 00
  81. -- high flags: 0000
  82. -- rect: left=40 top=283 right=318 bottom=77
  83. -- title width / last selected line: 0
  84. -- icon id / first selected line: 20098 / 20098
  85. -- text alignment: 1
  86. -- font id: 0
  87. -- text size: 12
  88. -- style flags: 0
  89. -- line height: 16
  90. -- part name: Home
  91. ----- HyperTalk script -----
  92. on mouseUp
  93.   go to card id 5341 of stack "Home"
  94. end mouseUp
  95.  
  96.  
  97.